Open
Bug 1854875
Opened 2 years ago
Updated 9 months ago
Get rid of system DPI handling code
Categories
(Core :: Widget: Win32, task)
Tracking
()
NEW
People
(Reporter: emk, Unassigned)
References
(Blocks 1 open bug)
Details
Since we dropped support for Win7, per-monitor DPI is always available. So we will never use system DPI. We can remove system DPI handling code to simplify our DPI handling on Windows. For example, we can assume that IsPerMonitorDPIAware
will always return true
and remove the function.
You need to log in
before you can comment on or make changes to this bug.
Description
•